'宣言
 
Public Overloads Function Get
    (Of T1,T2)( _
   ByVal propertyKey As PropertyBagKey(Of T1,T2) _
) As T1
            public T1 Get<T1,T2>( PropertyBagKey<T1,T2> propertyKey )
パラメータ
- propertyKey
 - The property key.
 
型パラメータ
- T1
 - The public type of this property.
 - T2
 - The marshaling type of this property.
 
戻り値の型
Value of the property